@charset "UTF-8";
/* CSS Document */
body{
	padding-left:80px;
}
#center{
	text-align:center;
	font-size:45px;
	letter-spacing:.1em;
}

#one{
	height:700px;
	width:650px;
	text-align:center;
	margin:auto;
	
}

#two{
	height:90px;
	width:520px;
	text-align:center;
	margin:auto;
	font-size:15px;
}


#three{
	height:90px;
	width:440px;
	text-align:center;
	margin-left:15%;
}

table{
	  border:solid black;
	  border-collapse:collapse;
	  width:60%;
	  margin:auto;
    }
	
table,td{
	  border:1px solid black;
	  border-collapse:collapse;
	  padding:15px;

	 
    }	
	

h1{
	text-align:center;
}

html, body {
	height: 100%; margin: 0
}
   
#sidebar {
  position: fixed;
  top: 40px;
  left: 16px;
  width: 200px;
  border-right:1px solid #aaa;
}   